home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cl_7_bug.zip / MAKE.BAT < prev    next >
DOS Batch File  |  1992-10-10  |  507b  |  18 lines

  1. REM The following compilations produces wrong code.
  2. REM
  3. cl -Ox -AL -Fc bug_1.c
  4. cl -Ox -Fc bug_2.c
  5. cl -Ox -AL -Fc bug_3.c
  6. cl -Ox -AL -Fc bug_4.c
  7.  
  8. REM Next compile gives an unnessesary compile error
  9. cl bug_5.c
  10.  
  11. REM The next program compilation compiles with compile-error
  12. cl -Oxaz -AL -c bug_6.c
  13.  
  14. REM Try now the produced *.exe -files.
  15. REM I hope they works for you, Monty  |-:)
  16. REM (Did MSDOS do something funny there), look at previous row.
  17. REM Did MICROSOFT have anything to do with it ??
  18.